home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RMDIR(3) MINTLIB LIBRARY FUNCTIONS RMDIR(3)
-
-
- N✓NA✓AM✓ME✓E
- rmdir - remove a directory
-
- S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
- #include <unistd.h>
-
- int rmdir(const char *path);
-
- D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
- rmdir removes the directory named by the path parameter.
- The directory must not have any entries other than "." and
- "..".
-
- R✓RE✓ET✓TU✓UR✓RN✓N V✓VA✓AL✓LU✓UE✓ES✓S
- 0 on success -1 on failure; errno is set to indicate the
- error.
-
- S✓SE✓EE✓E A✓AL✓LS✓SO✓O
- m✓mk✓kd✓di✓ir✓r(✓(3✓3)✓),✓, D✓Dd✓de✓el✓le✓et✓te✓e(✓(2✓2)✓)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MiNT docs 0.1 3 March 1993 1
-
-
-